{
  "short_name": "NUST Life",
  "name": "NUST Life Timetable",
  "description": "Your complete NUST student life companion app",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#007AFF",
  "background_color": "#ffffff",
  "prefer_related_applications": false,
  "categories": [
    "education",
    "productivity"
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Homescreen of NUST Life"
    }
  ],
  "shortcuts": [
    {
      "name": "Timetable",
      "short_name": "Timetable",
      "description": "View your class schedule",
      "url": "/timetable",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Announcements",
      "short_name": "Updates",
      "description": "Check latest announcements",
      "url": "/announcements",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}